home *** CD-ROM | disk | FTP | other *** search
- on(release){
- loadMovie("imagetxt.swf","txtboxes");
- unloadMovie("/empty");
- setProperty("txtboxes", _X, 142);
- setProperty("txtboxes", _Y, 90);
- tellTarget("computer")
- {
- gotoAndStop(2);
- tellTarget("/Menu/S")
- {
- if(1 < _currentframe && _currentframe < 11)
- {
- gotoAndPlay(11);
- }
- }
- }
- tellTarget("/Menu/T")
- {
- if(1 < _currentframe && _currentframe < 11)
- {
- gotoAndPlay(11);
- }
- }
- }
-